curl --request DELETE \
--url https://api.portkey.ai/v1/labels/{labelId} \
--header 'x-portkey-api-key: <api-key>'
{}
Deletes a label
curl --request DELETE \
--url https://api.portkey.ai/v1/labels/{labelId} \
--header 'x-portkey-api-key: <api-key>'
{}
ID of the label to delete
OK
The response is of type object
.
Was this page helpful?