Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Query Parameters
CONTROLLER|SERVER|BROKER
Response
200 - application/json
successful operation
curl --request DELETE \
--url https://dev.startree.ai/users/{username} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
Delete a user
curl --request DELETE \
--url https://dev.startree.ai/users/{username} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
CONTROLLER|SERVER|BROKER
successful operation
Was this page helpful?