Delete a Call Target

delete
https://{api-gateway-hostname}
/v2/callback/callTargets/{id}
id
integer
required

The call target ID.

The call target was successfully deleted

Auth
:
Server Variables
:
Parameters
:
curl --request DELETE \
--url https://api.getmindful.com/v2/callback/callTargets/id \
--header 'Authorization: Bearer 123'