Skip to main content
DELETE
/
projects
/
{projectId}
/
customers
/
{customerId}
/
users
/
{userId}
Delete a user
curl --request DELETE \
  --url https://api.console.corti.app/functions/v1/public/projects/{projectId}/customers/{customerId}/users/{userId} \
  --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:
userId
string<uuid>
required
Example:

Response