elementid query parameter resolves to nothing, but the form itself still loads.
For a soft-delete that keeps the row visible in List Links under ?active=false and can be undone, use Deactivate instead.
Endpoint
Authentication
Bearer token using your API key. Format:
Bearer cs_live_your_keyPath parameters
The parent form’s unique identifier.
The link’s unique identifier.
Response
204 No Content with an empty body on success.
Status codes
| Code | Description |
|---|---|
204 | Link deleted. |
401 | Missing or invalid API key. |
403 | Link belongs to a different organization. |
404 | No link found with the given ID, or not attached to the supplied formID (also returned if the link was already deleted). |
500 | Internal error. |
Example
cURL
cURL