Skip to content

End Active Session

Manually end an active profiler session.

POST/api/{version}/logs/query/profiler/{session_name}/actions/end
NameDescription
Acceptapplication/json (default)
NameDescription
{session_name}The name of the session to end.
curl -X POST -H "Authorization: {AUTH_VALUE}" \
https://{vault_dns}/api/v26.2/logs/query/profiler/test_session__c/actions/end
{
  "responseStatus": "SUCCESS"
}