Delete Tag
DELETE/api/content/tags/:key
Delete the tag with the given key.
You can find more information about tags here.
Locale
Tags can have multiple translations for name and description.
You can specify a locale to generate the corresponding translation.
If no locale is specified, the applications default locale will be used. You can learn more about configuring the default locale here.
Tokens
- A valid
AccessTokenfrom a member of theCONTRIBUTORgroup.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The updated tag
The following error codes correspond to this status:
ACCESS_TOKEN_EXPIRED: Indicates that the access token is expired.ACCESS_TOKEN_INVALID: Indicates that the access token cannot be decoded.AUTHENTICATION_REQUIRED: User is not authenticated.
The following error codes correspond to this status:
GROUP_MEMBERSHIP_REQUIRED: User is not a member of required group.
The following error codes correspond to this status:
DATABASE_ENTITY_NOT_FOUND: Exception representing a failure to find a database entity.
The following error codes correspond to this status:
ACCESS_TOKEN_ALLOWLIST_READING_FAILURE: Represents an exception indicating a failure when reading the allowlist for an access token cache.DATABASE_FAILURE: Exception representing a general failure related to database operations.