webhook

Delete Webhook

delete/webhook/{id}

Path parameters

idstring required

Response

id_webhook_endpointstring required

The unique UUID of the webhook.

endpoint_descriptionstring required

The description of the webhook.

urlstring required

The endpoint url of the webhook.

secretstring required

The secret of the webhook.

activeboolean required

The status of the webhook.

created_atstring date-time required

The created date of the webhook.

scopestring[] required

The events that the webhook listen to.

id_projectstring required

The project id tied to the webhook.

last_updatestring date-time required

The last update date of the webhook.

Changes