curl --request DELETE \
--url https://incoming.qomon.app/teams/{id} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"message": "Team successfully deleted",
"team_id": 1
}
}Soft-deletes the team with the given ID.
Attempting to delete a team that does not exist returns 404 Not Found. Any other failure returns 500 Internal Server Error.
curl --request DELETE \
--url https://incoming.qomon.app/teams/{id} \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"message": "Team successfully deleted",
"team_id": 1
}
}Documentation Index
Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?