Public Access Links
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.
delete/v1/projects/{projectId}/forms/{xmlFormId}/public-links/{linkId}
Path parameters
projectIdnumber required
The numeric ID of the Project
xmlFormIdstring required
The xmlFormId of the Form being referenced.
linkIdinteger required
The numeric ID of the Link
Response
OK
Example response
{
"success": true
}