DELETE /form/data/{id}
Delete an existing FormData object. The caller must be the creator of the FormData object.
Note: Cannot delete a FormData object once it has been submitted and caller must have the SUBMIT permission on the identified group to update the group's ACL.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/form/data/{id}
Resource URL Variables
| {id} | Id of the FormData object to delete |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | modify |
| HTTP Method | DELETE |
| Request Object | None |
| Response Object | None |