Skip to content

Delete a customer request

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

Permanently delete a customer request and unlink any linked issue

Path Parameters

customer_id:requiredstring

Customer id.

pk:requiredstring

Pk.

slug:requiredstring

Slug.

Scopes

customers.requests:write

Delete a customer request
bash
curl -X DELETE \
  "https://api.plane.so/api/v1/workspaces/my-workspace/customers/550e8400-e29b-41d4-a716-446655440001/requests/550e8400-e29b-41d4-a716-446655440000/" \
  -H "X-API-Key: $PLANE_API_KEY"
Response204

No response body.