|

Delete a tag for a user

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

Request

Path parameters

fp_id·

string

tag_id·

string

Response

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