DELETE data

Updated by Daniel Sjögren

Api-docs for RC: https://api-rc.quinyx.com/v2/docs (select "collaboration-groups" definition)

Api-docs: https://api.quinyx.com/v2/docs (select "collaboration-groups" 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/labels/{labelId}

This API call will delete a label.

Field description

Mandatory fields will be marked with an asterisk*.

Endpoint
  • labelId*: The ID of the label you wish to delete.
Body

This API call has no body.

Response

This call has no response.

Example

Endpoint
For the production environment: https://api.quinyx.com/v2/collaboration-groups/labels/123
For RC environment: https://api-rc.quinyx.com/v2/collaboration-groups/labels/123
Read more about our REST documentation here.


How Did We Do?