Skip to main content
DELETE
/
projects
/
{projectId}
/
customers
/
{customerId}
Delete a customer
curl --request DELETE \
  --url https://api.console.corti.app/functions/v1/public/projects/{projectId}/customers/{customerId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
Example:
customerId
string
required
Example:

Response