Deletes a label. If the label has child labels, they will also be deleted.
DELETE
curl -i -X DELETE \
'https://api.rhythms.ai/rest/v2/labels/{id}'Success
Response
{
"uuid": "string",
"name": "string",
"is_group": false,
"parent_uuid": null,
"labelings_count": 0,
"description": null,
"creator_uuid": null,
"color": null
}