webhooks

Delete a webhook attempt.

Delete a webhook message attempt. If you delete all attempts for a webhook message, Firefly III will (once again) assume all is well with the webhook message and will try to send it again.

delete/v1/webhooks/{id}/messages/{messageId}/attempts/{attemptId}

Path parameters

idstring required
Example:123

The webhook ID.

messageIdinteger required
Example:1

The webhook message ID.

attemptIdinteger required
Example:1

The webhook message attempt ID.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

Webhook message attempt deleted.

Changes

No recorded changes to this endpoint across all 1 revision of this API.