Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Token deleted successfully
curl --request DELETE \
--url https://api.comfy.org/publishers/{publisherId}/tokens/{tokenId} \
--header 'Authorization: Bearer <token>'This response does not have an example.curl --request DELETE \
--url https://api.comfy.org/publishers/{publisherId}/tokens/{tokenId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Token deleted successfully
Was this page helpful?