wafeq_branches_destroy
Permanently delete a branch record from Wafeq by its ID. Use this action when a branch must be removed from your account.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Branches ยท DELETE /branches/{id}/
Delete branch
Endpoint for deleting an existing branch.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |