Delete push integration endpoint
x-ms-visibility: "important"
Deletes a specific push integration endpoint by ID.
Path Parameters
endpointId int64 required
The unique identifier of the push integration endpoint to delete
Responses
- 200
- 400
- 401
- 404
Push integration endpoint successfully deleted.
application/json
Schema
Example (from schema)
Schema
success boolean
{
"success": true
}
Validation 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"
}
User not authorized.
Push integration endpoint 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"
}
Loading...