Terminate a session

delete/providers/{providerId}/sources/{sourceId}/sessions/{sessionId}
Internal-Use Only

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

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
providerId
string
true

The provider.

sessionId
string
true

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

sourceId
string
true

The ID for the data source.

Responses

StatusMeaningDescription
204No ContentThe session was terminated.
400Bad RequestBad RequestSchema
404Not FoundNo provider, data source, or session exists at the requested path. Schema