Skip to main content
DELETE
/
super-agent
/
sessions
/
{sessionId}
Delete Super Agent Session
curl --request DELETE \
  --url https://api.attention.tech/v2/super-agent/sessions/{sessionId} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Path Parameters

sessionId
string
required

The session ID to delete

Response