Connections
Delete database connection string
Deletes the database connection string with the given ID.
DELETE
/v1/connections/{id}AuthorizationBearer <token>
OAuth2 authentication
In: header
Scope: workspace:admin, offline_access
Path Parameters
id*string
Match
^(con_)?([cC][^\s-]{8,}|[a-z0-9]+)$Response Body
application/json
application/json
curl -X DELETE "https://api.prisma.io/v1/connections/string"Empty
{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}