Delete link on a website source
DELETE/bv/aisk/v1/sources/:id/links/:link_id
This API is used to delete a link on a specified website source.
It'll return a 400/BadRequest error if the following conditions meet:
- Return with an
ERROR_REASON_SOURCE_REQUIRES_A_WEBSITE_TYPEif the source type is not aSOURCE_TYPE_WEBSITE. - Return with an
ERROR_REASON_SOURCE_REQUIRES_IN_READY_STATUSif the source status is not inSOURCE_STATUS_READY.
It'll return a 404/NotFound error if any requested resource is not found.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
A unauthenticated response.
The header authorization was missing or unidentified.
A forbidden response.
It means that the provided authorization did not have enough permission to access the resource or the API.
A server error response. There are more HTTP status code mappings listed on here.
An unexpected error response.