Description: Deletes a pipeline source by id.
Security: Requires admin credentials
Usage: DELETE api/v1/pipelineSources/{id}
Produces: application/json
URL Parameters:
Parameter | Type | Description | Required/Optional |
---|---|---|---|
| Integer | Id of the pipeline source to be deleted. | Required |
Response:
{ "id": 2 }
Response Codes:
200: Success