Skip to main content
DELETE
/
projects
/
{project_id}
/
tags
/
{tag_id}
curl --location --request DELETE 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/tags/105' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
// No response body

Authentication

Authorization
string
required
Bearer token

Path Parameters

project_id
string
required
The unique identifier of the project (UUID format)
tag_id
integer
required
The unique identifier of the tag

Response

Returns a 204 No Content status on successful deletion.
Deleting a tag removes it from all associated simulations, but does not delete the simulations themselves.
curl --location --request DELETE 'https://api.withblast.com/projects/550e8400-e29b-41d4-a716-446655440000/tags/105' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
// No response body