Skip to main content
The Delete Form endpoint performs a soft delete — the form record is retained in the system but is deactivated and no longer returned by the List Forms endpoint. Any active donors attempting to use the form’s URL after deletion will receive a 410 Gone response. Deleting an already-deleted form also returns 410. This operation cannot be reversed through the API.

Endpoint

Authentication

string
required
Bearer token using your API key. Format: Bearer cs_live_your_key

Path parameters

string
required
The unique identifier of the form to delete.

Response

string
Confirmation message: "Form deleted successfully".
string
The ID of the form that was deleted.

Status codes

Example

cURL
200 response
410 response (already deleted)
Deletion is permanent through the API. To temporarily stop accepting donations without deleting the form, set active to false using the Update Form endpoint instead.