curl --request DELETE \
--url https://spectrum.photon.codes/projects/{projectId}/webhooks/{webhookId}{
"succeed": true,
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Stops delivery to this webhook. Once this call returns 200, no further events will be sent to its URL. A delivery already in flight at the moment of deletion may still complete.
The signingSecret issued for this webhook is invalidated by deletion — register the URL again to obtain a new one.
Returns 404 if the webhook id does not exist or has already been deleted.
Requires Authorization: Basic base64(projectId:projectSecret).
curl --request DELETE \
--url https://spectrum.photon.codes/projects/{projectId}/webhooks/{webhookId}{
"succeed": true,
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.photon.codes/docs/llms.txt
Use this file to discover all available pages before exploring further.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Was this page helpful?