DELETE Data

Updated by Victor Jespersen

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/accounts/{groupId}/categories/{tagCategoryId}

This API call deletes an existing tag category.

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 category information.
  • tagCategoryId: The tag category ID of the tag category you wish to delete.
Body

This API call has no-body.

Response

This API call has no response.

Example

Endpoint
For the production environment: https://api.quinyx.com/v2/tags/external/accounts/123/categories/321
For the RC environment: https://api-rc.quinyx.com/v2/tags/external/accounts/123/categories/321


How Did We Do?