Skip to content

Delete a customer

DELETE/api/v1/workspaces/{slug}/customers/{pk}/

Permanently delete a customer from the workspace.

Path Parameters

pk:requiredstring

Pk.

slug:requiredstring

Slug.

Scopes

customers:write

Delete a customer
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/workspaces/my-workspace/customers/550e8400-e29b-41d4-a716-446655440000/" \
  -H "X-API-Key: $PLANE_API_KEY" \
  # Or use -H "Authorization: Bearer $PLANE_OAUTH_TOKEN" \
Response204

No response body.