Delete Session
Delete a specific profiler session and its associated logs.
DELETE
/api/{version}/logs/query/profiler/{session_name}Headers
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 delete. |
Request
Section link for Requestcurl -X DELETE -H "Authorization: {SESSION_ID}" \
https://{vault_dns}/api/v26.2/logs/query/profiler/test_session__cResponse
Section link for Response{
"responseStatus": "SUCCESS"
}