Skip to content

Tags

A Tag is a flexible metadata label used to categorize and filter entities such as People, Projects, and Project Offering Roles. Tags support custom grouping, reporting, and segmentation across multiple areas of the platform, enabling organizations to adapt Parallax to their internal business structures and workflows.

Delete a Tag

Request

Removes a tag from the organization's tag list so it can no longer be applied to new entities. The tag is also removed from every entity it had previously been added to, which can take additional time to be reflected across the system. The tag is supplied as the URL-encoded tag query parameter rather than a path segment, because tag names may contain /. A category can only be deleted once no tags remain within it; attempting to delete a category that still has tags returns a conflict.

Security
ApiKey
Query
tagstringrequired
curl -i -X DELETE \
  'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/tags?tag=string' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

No Content

Response
No content