Users
Delete a user
DELETE
Path Parameters
string
required
Unique identifier for the user. This should match the user’s ID in your system.
Response
string
Unique identifier for the user. This should match the user’s ID in your system.
string
Represents the object’s type. Always “user”.
boolean
Indicates whether the user was successfully deleted. Always true when the request succeeds.