Skip to content

Remove a notification target from a service.

DELETE
/service/{service_id}/notification_target/{target_id}
curl --request DELETE \
--url https://api.siteqwality.com/service/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/notification_target/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
service_id
required
string format: uuid

Service identifier

target_id
required
string format: uuid

Notification target identifier

Notification target deleted

Missing or invalid authentication

Target not found

Internal server error