curl --request DELETE \
--url https://dev.flextell.ai/api/v1/treatments/{id} \
--header 'Authorization: Bearer <token>'{
"success": "<string>",
"data": {
"message": "<string>"
}
}The access token received from the authorization server in the OAuth 2.0 flow.
Tenant identifier. Send the Tenant ID in the X-Tenant header to scope API requests to a specific tenant.
The treatment identifier
curl --request DELETE \
--url https://dev.flextell.ai/api/v1/treatments/{id} \
--header 'Authorization: Bearer <token>'{
"success": "<string>",
"data": {
"message": "<string>"
}
}