Webhooks
Delete webhook
Permanently delete a webhook endpoint.
gigstack Connect: Delete webhooks for other teams using the team parameter.
delete/webhooks/{id}
Path parameters
idstring required
Example:wh_dyS2ZVTj
Webhook ID
Query parameters
teamstring
gigstack Connect: Target team ID for multi-team access.
Requires gigstack Connect enabled on your team and shared billing account.
Example: ?team=team_xyz789
Response
Webhook deleted successfully
Example response
{
"success": true,
"message": "Webhook deleted successfully"
}