Delete project source
DELETE/api/v1/projects/:slug/sources/:source_uuid/
Delete a specific source (file, URL, or sitemap) from a project. This will remove the source and its indexed content.
Required permission: project_sources_delete
Request
Responses
- 200
- 400
- 403
- 404
Source deleted successfully
Bad request
Forbidden - missing permissions
Source not found