Deletes a delegated form category.
Request
Request URI
Method | Request URI |
---|---|
DELETE | https://{company-name}.helloid.com/api/v1/delegatedformcategories/{<DelegatedFormCategoryGUID> Guid} |
Request parameters
Parameter | Description |
---|---|
{company-name} | The company name of the target company |
{<DelegatedFormCategoryGUID>Guid} | The GUID of the delegated form category. |
Request body
No request body
Request body parameters
No request body parameters
Response
Response status
Code | Description |
---|---|
200(OK) | Indicates that the operation was successful. |
400(BAD REQUEST) | Indicates that the operation was not successful. There were validation errors or the request body was malformed. |
401(UNAUTHORIZED) | Indicates that no authentication header was given or the API key and secret were invalid. If the API key and secret were valid check the configuration in your portal, it is possibility these were IP restricted or are disabled. |
Please also see error result.
Please also see common HTTP status codes.
Sample response body
No response body
Example request with cURL
Replace placeholder values surrounded by { } with the actual values.
curl -u {api-key}:{api-secret} -X GET https://{company-name}.helloid.com/api/v1/delegatedformcategories/{delegatedFormCategoryGUID}curl -u {api-key}:{api-secret} -X GET https://{company-name}.helloid.com/api/v1/delegatedformcategories/{delegatedFormCate