Delete database session

Deletes the specified database session.

This operation takes two path parameters: databaseName 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

Name of database.

string
required

Server process ID of 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
LoadingLoading…