Delete Tag of a Base Asset
DELETE/api/v2/rawmodel/:id/tags/:tagId
Request
Path Parameters
id integerrequired
The id of the base asset
Example: 281
tagId integerrequired
The id of the tag that will be deleted
Example: 2
Responses
- 401
- application/json
- Schema
- Example (from schema)
Schema
message string
error string
{
"message": "Invalid token",
"error": "Token format is invalid"
}
Loading...