Deleting a Link
You can fully delete a link by issuing DELETE to its resource. This will remove the Link from the system entirely. If instead you wish to revoke the Link's access to prevent future submission without removing its record entirely, you can issue DELETE /sessions/:token.
Path parameters
The numeric ID of the Project
The xmlFormId of the Form being referenced.
The numeric ID of the Link
Response
OK
Example response
{
"success": true
}Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Deleting a Linkremoved and replaced withdeleteLinkapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
deleteLinkremoved and replaced withDeleting a Linkapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○