End Active Session
Manually end an active profiler session.
POST
/api/{version}/logs/query/profiler/{session_name}/actions/endHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) |
Path Parameters
Section link for Path Parameters| Name | Description |
|---|---|
{session_name} | The name of the session to end. |
Request
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
https://{vault_dns}/api/v26.2/logs/query/profiler/test_session__c/actions/endResponse
Section link for Response{
"responseStatus": "SUCCESS"
}