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

JWT access token obtained from the /auth/token endpoint

Path Parameters

projectId
string
required

The unique identifier for a console project

Example:

"consoleproject"

customerId
string
required

The unique identifier for a Customer

Example:

"contosohospital"

userId
string<uuid>
required

The ID of the user

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

User deleted successfully

I