User

Delete a user

Deletes the user record. Not company-scoped (on the whitelist).

delete/v1/users/{id}

Path parameters

idstring required

The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.

Response

The deleted user id.

idstring

Changes