DELETE Data
Api-docs for RC: https://api-rc.quinyx.com/v2/docs (select “tags” definition)
Api-docs: https://api.quinyx.com/v2/docs (select “tags” definition)
Base URL can be found on links above for both environments. The remainder of this article should be considered a complement to the above Open API documentation.
DELETE/external/groups/{groupId}/tags/{tagId}
This API call deletes a tag with the specified ID.
Field description
Mandatory fields will be marked with a * icon.
Endpoint
- groupId*: The ID of the Quinyx group from which you want to fetch the tag information.
- tagId*: The ID of the tag you wish to delete.
Body
This API call has no-body.
Response
This API call has no response.
Example
Endpoint
For the RC environment: https://api-rc.quinyx.com/v2/tags/external/groups/123/tags/321