cURL
curl --request DELETE \ --url https://api.devin.ai/v1/sessions/{session_id} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
Terminate an active Devin session. Once terminated, the session cannot be resumed.
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Personal API Key (apk_user_) or Service API Key (apk_)
Successful Response
Response for successful session termination.