Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
User Id
Response
User has been successfully deleted.
The response is of type object
.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/users/{id} \
--header 'Authorization: Bearer <token>'
{}
Delete user if they are not a collaborator in any resource and not part of any team other than everyone.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/users/{id} \
--header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
User Id
User has been successfully deleted.
The response is of type object
.
Was this page helpful?