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

1

Response Samples

1Not Available

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 Content

The session was terminated.

400Bad Request

Bad Request

Schema
404Not Found

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

Schema