Delete session

Deletes the specified server session.

This operation takes two path parameters: instanceName and spid.

🍐

Role-based Permissions

To perform this operation, a principal must belong to a group that has been assigned the Data Bridge Admin role.

To learn more about role-based permissions in Data Bridge, see Access Controls.

Path Params
string
required

Name of managed SQL Server instance.

string
required

Server Process ID of the session to delete.

Responses
200

OK. All went well.

204

No content.

400

Bad Request. Some of the provided parameters were not valid.

404

Not found. The entity you are trying to interact with does not
exist.

500

Internal Server Error. If the problem persists you may want to
contact the Administrator.

Language
URL