Skip to main content
DELETE
/
labels
/
{labelId}
Delete a label
curl --request DELETE \
  --url https://api.portkey.ai/v1/labels/{labelId} \
  --header 'x-portkey-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://portkey-docs-log-export-guide-1773064217.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

labelId
string<uuid>
required

ID of the label to delete

Response

OK

The response is of type object.

Last modified on March 9, 2026