Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call is used to delete the user.

This action is a background action.

Resource URL

/api/1.0/user/delete

Resource Information

 

Response formatsJSON
Response code202
Requires authentication?Yes
HTTP MethodPOST

Parameters

 

Name TypeDefault ValueValidationDescription

ids

required

uuid[]-uuid4[]user IDs to delete

delete_home

optional

boolfalse-

determines if user home should be deleted with user

 

Example Request URL

Example Result

{
   	"job_id": <uuid>
}

 

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1