Delete Form

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


Authentication
This operation uses the following authentication methods.
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}