Delete dependency
DELETE/api/v1/catalog/:callerTag/dependencies/:calleeTag
Deletes a single dependency edge between the caller
and the callee
.
Note: This is only supported for edges created via the API.
Request
Responses
- 204
- 400
- 404
- 429
Successfully deleted dependency
Invalid endpoint
Dependency not found
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.