Delete a Related Dependency
Deletes a Related Dependency.
Auth&ACL
Users can access this API, via OAuth dependencies
scope (or HTTP Basic Authentication for development purposes).
Definition
DELETE https://v1.continuityapp.ws/dependencies/<dependency_id>/related_dependencies/<related_dependency_id>
Example request
$ curl https://v1.continuityapp.ws/dependencies/123456789123456780/related_dependencies/123456789123456789/?oauth_token=<access_token> \
-X DELETE
Returns
A confirmation about related dependency deletion.
Example response
{
"response": {
"destroyed": true
}
}
Errors
There are no specific errors for this API.
comments powered by Disqus