Delete push integration configuration
x-ms-visibility: "important"
Deletes a specific push integration configuration by ID.
Path Parameters
configurationId int64 required
The unique identifier of the push integration configuration to delete
Responses
- 200
- 400
- 401
- 404
- 500
Push integration configuration successfully deleted.
application/json
Schema
Example (from schema)
Schema
success boolean
{
"success": true
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorized.
Push integration configuration not found.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...