Delete a Datasource
Request
Request URI
Method | Request URI |
---|---|
DELETE | https://{company-name}.helloid.com/api/v1/datasource/{dataSourceGUID} |
Request parameters
Parameter | Description |
---|---|
{company-name} | The company name of the target company |
{dataSourceGUID} | The GUID of the datasource to be deleted. |
Request headers
No request parameters
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 possibilty these were IP restricted or are disabled. |