Skip to content

Delete a URL variable

DELETE
/api/v4/projects/{id}/hooks/{hook_id}/url_variables/{key}

Deletes a URL variable from a specified webhook.

hook_id
required
integer

The ID of the hook

key
required
string

The key of the variable

id
required
One of:
string

The ID or URL-encoded path of the project

Example
1

No Content

Bad Request

Not Found