Skip to main content

Delete a source

DELETE 

/bv/aisk/v1/sources/:id

This API is used to delete a source resource.


It'll return a 400/BadRequest error if the following conditions meet:

  • if the source status is not in SOURCE_STATUS_READY and will return an ERROR_REASON_SOURCE_REQUIRES_IN_READY_STATUS error reason.

It'll return a 404/NotFound error if any requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the source id.

Responses

A successful response.

Schema

    object

Loading...