Delete $PayByName Tag

API POST Fields (in addition to the Main Fields described in the Introduction)

Field Name
Delete $PayByName Tag
cmd
Descriptiondelete_pbn_tag
Required?Yes
tagid
DescriptionThe tag's unique ID (obtained from 'get_pbn_list'.)
Required?Yes
Field NameDescriptionRequired?
Delete $PayByName Tag
cmddelete_pbn_tagYes
tagidThe tag's unique ID (obtained from 'get_pbn_list'.)Yes

API Response

A successful call to this command will give you a result similar to this (JSON):
{
	"error":"ok",
	"result":[]
}