cURL
curl --request DELETE \ --url https://{defaultHost}/v1/apps/{app_id}/m2m/sessions/{session_id} \ --header 'Authorization: Bearer <token>'
{ "message": "M2M session revoked successfully", "verified": true }
Delete a machine-to-machine session by ID using API key authentication
Documentation IndexFetch the complete documentation index at: https://docs.scute.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
API Secret token
App ID
ID of the session to revoke
successful
"M2M session revoked successfully"
true
Was this page helpful?