Skip to main content
DELETE
/
api
/
v1
/
system
/
users
/
{id}
Delete user
curl --request DELETE \
  --url https://test-api.afrainity.com/api/v1/system/users/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Headers

X-Schema-Name
string

School (tenant) identifier. Must match your account unless you have platform-wide access.

Path Parameters

id
string<uuid>
required

A UUID string identifying this User.

Response

204

No response body