curl --request DELETE \
--url https://api.example.com/api/v1/oauth-apps/{id} \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}Delete an OAuth application and revoke all associated tokens.
curl --request DELETE \
--url https://api.example.com/api/v1/oauth-apps/{id} \
--header 'Authorization: Bearer <token>'{
"code": "BAD_REQUEST",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.meteroid.com/llms.txt
Use this file to discover all available pages before exploring further.