Terminate a session

delete/providers/{providerId}/sources/{sourceId}/sessions/{sessionId}

Terminates a session if the user has permissions to terminate the sessions, as determined by the provider service.

Request Samples

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
providerId
string
true

The ID for the provider.

sourceId
string
true

The ID for the source.

sessionId
string
true

The unique identifier of the session used to access the data service provider's backing service.

Responses

StatusMeaningDescription
204No Content

The session was terminated.

400Bad Request

Bad Request

Schema
404Not Found

No provider, data source, or session exists at the requested path.

Schema