Skip to main content
DELETE
/
projects
/
{projectIdOrName}
/
notifications
/
topic-target-routes
/
{routeId}
Delete a notification topic-target route
curl --request DELETE \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/topic-target-routes/{routeId} \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The Ampersand project ID or project name.

routeId
string
required

The topic-target route ID.

Response

Deleted

I