Deletes a specific tag by its unique identifier.

Behavior: Permanently deletes the tag with the specified ID and returns the ID of the deleted tag.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: Permanently removes the tag record from the database. Content items previously associated with this tag will lose that association.

Error Scenarios: Returns 400 if the deletion fails or the tag ID is invalid.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the tag to delete.

Responses

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json