v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Attributes

Remove a tag from an attribute

post/attributes/removeTag/{attributeId}/{tagId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the attribute

tagIdstring required
Example:12345

Numeric ID of the attribute

Response

Remove attribute tag response

savedboolean

true if the tag was successfully removed, false if it failed

successstring nullable

Present if the tag was successfully added

check_publishboolean nullable
errorsstring nullable

Example response

{
  "success": "Tag removed.",
  "errors": "Tag could not be added."
}