Delete Workspace Property
Delete a custom property from the workspace associated with your API key.
Endpoint
DELETE https://api.campaignlark.com/v1/workspace/properties/:id
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | required | The property ID. |
Sample Request
DELETE https://api.campaignlark.com/v1/workspace/properties/12
Response
Success — 200 OK
{
"error": null,
"data": "The property has been deleted successfully."
}
Errors
| Status | Message | Cause |
|---|---|---|
400 | Please provide a valid property ID. | id path parameter is not a number. |
404 | Property not found. | The property does not exist in the API key's workspace. |