Skip to main content
DELETE
Delete a person

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Unique identifier of the person to delete (UUID)

Response

Person deleted successfully

Last modified on June 23, 2026