DELETE
/
api
/
sessions
/
{session_id}
curl --request DELETE \
  --url https://api.anchorbrowser.io/api/sessions/{session_id} \
  --header 'anchor-api-key: <api-key>'
"Session abc123 deleted successfully."

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

The ID of the session to delete.

Response

200
text/plain

Session deleted successfully.

The response is of type string.

Example:

"Session abc123 deleted successfully."