Skip to main content
DELETE
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the user to delete.

Example:

"usr_01j9dwavghe1ttppewekjjkfrx"

Response

Deleted user

A user of the app

first_name
string
required

The user's first name.

id
string

Unique identifier for the object.

last_name
string

The user's last name.

metadata
Metadata · object

Set of key-value pairs that will be stored with the object.

photo_url
string<uri>

URL of a photo to be used as the user's avatar.