Delete Custom Resource Type
Delete custom resource type.
Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/custom/resource-types/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
'Success' with empty body
Operation doesn't return any data structure
400
'Bad Request' if ID is not in specified UUID format
Operation doesn't return any data structure
403
'Forbidden' no custom resource type managing rights
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/form-service/api/custom/resource-types/{id}