Delete Form
Delete the form with the specified ID.
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/forms/{id}
COPY
Path Parameters
string
id
Required
Form ID
Responses
200
'Success'
Operation doesn't return any data structure
403
'Forbidden' when the user has no admin access rights.
Operation doesn't return any data structure
404
'Not Found' no form definition was found for the provided ID.
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/form-service/api/forms/{id}
Form Definition Operations
POST
Search Form Status
POST
Create Form
GET
Get Form
DELETE
Delete Form
GET
Search By Source And Type
DELETE
Delete Form 1