Delete source
DELETE/api/v2/projects/:slug/sources/:source_uuid/
Remove a source and its indexed content from a project.
Required permission: sources_delete
Request
Responses
- 200
- 400
- 403
- 404
Source deleted successfully
Bad request. Invalid or missing data.
Forbidden. Missing permissions.
Resource not found.