Delete a label

DELETE https://api.filerobot.com/fbmjmuoeb/v5/labels

This API endpoint is used to delete a label from the project's configuration

Body parameters:

Name:Description:Syntax:Value/Example:
labelsList of labels uuids that should be deleted from the projectThe label UUID can be taken from the GET all labels response"labels": [ "2e12b4b1-c80d-4e6b-953f-09b389512699" ]

Request Body

{"labels"=>["2e12b4b1-c80d-4e6b-953f-09b389512699"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-Filerobot-Keystring

RESPONSES

status: OK

{"status":"success","duration":0.2672748565673828,"api_version":{"hash":"b0d23b8fa1ae371a4966d57ae5237d65ced42d32","datetime":"2024-06-19T11:07:33+07:00","module":"elastic_v2"},"deleted_labels":["2e12b4b1-c80d-4e6b-953f-09b389512699"]}