DELETE
/api/v1/projects/<PROJECT_ID>/data-sources/<DATA_SOURCE_ID>

Deletes a data source from the project.


Authentication

Request

  • Method: DELETE
  • URL: https://api.markerkit.com/v1/projects/<PROJECT_ID>/data-sources/<DATA_SOURCE_ID>

Parameters

None

Response

  • 204 No Content: Data source was successfully deleted. No response body.
  • 401 Unauthorized: API key is missing or invalid.
  • 404 Not Found: Project or data source not found, or not accessible by the user.
  • 500 Internal Server Error: Failed to delete Data Source.

Example Request

Example Response