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
The response is of type object
.
Was this page helpful?