Delete an existing tag
DELETE https://localise.biz/api/tags/{tag}.json
Deletes an existing tag in the currently authenticated project
URI parameters
tag
|
Name of a single asset tag. |
string | optional |
key
|
API key - required if not sent in Authorization header |
string | optional |
Request headers
Authorization
|
API key sent as |
string | required if not in query |
Response
A single JSON-encoded Success
object, which takes the following form:
{
"status": 0, // HTTP status 2xx code
"message": "", // Descriptive success message
}