Skip to main content
DELETE
/
projects
/
{projectIdOrName}
/
notifications
/
topics
/
{topicId}
Delete a notification topic
curl --request DELETE \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/notifications/topics/{topicId} \
  --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.

topicId
string
required

The notification topic ID.

Response

Deleted

I