|

Delete a tag for a business

delete/businesses/{fp_id}/tags/{tag_id}
External ID
Delete the provided free-form tag from the provided business.

Request

Path parameters

fp_id·

string

tag_id·

string

Response

Empty JSON.
DELETE /businesses/{fp_id}/tags/{tag_id}
1curl https://api.onefootprint.com/businesses/{fp_id}/tags/{tag_id} \
2  -u sk_test_xxxxx:
Response example
{}