DELETE

Delete Label


Deletes the specified label from a site and removes it from the contacts it applies to.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members and Contacts - all permissions
Manage Contact Labels
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/contacts/v4/labels/{key}

Path Params
keystringRequired

Label key to delete.

Response Object
Returns an empty object.
Delete Label
Request
cURL
curl -X DELETE 'https://www.wixapis.com/contacts/v4/labels/custom.my-label' \ -H 'Content-Type: application/json' \ -H 'Authorization: <AUTH>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?