Delete a call-back entry
DELETE /calldown/{id}
Deletes the identified call-back entry only when it belongs to the current App Connect user. A missing or foreign identifier is returned as a bad request with a not-found error.
Operation ID: deleteCallDown
Authorization: BEARER or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
id |
path | string | Yes | Server-generated call-back entry identifier. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
The owned call-back entry was deleted. | CallDownMutationResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |