Printago API
DELETE
/v1/users/{userId}
DELETE /v1/users/{userId}
Path Parameters
userId
required
string
Request Body
RemoveUserRequest
transferOwnershipTooptional
string
userIdrequired
string
Example Request
application/json
{
"userId": "string",
"transferOwnershipTo": "string"
}
Response Schema
Response
messagerequired
string
successrequired
boolean
Example Response
200 OK — application/json
{
"success": true,
"message": "string"
}