Delete a Symbol Source from a Project
DELETE /api/0/projects/{organization_slug}/{project_slug}/symbol-sources/
Delete a custom symbol source from a project.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the resource belongs to.
project_slug
(string)REQUIREDThe slug of the project the resource belongs to.
Query Parameters:
id
(string)REQUIREDThe ID of the source to delete.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:project:admin
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/symbol-sources/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
No Content.