Delete a Specific Project's Debug Information File

DELETE /api/0/projects/{organization_slug}/{project_slug}/files/dsyms/

Delete a debug information file for a given project.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the file belongs to.

project_slug (string)
REQUIRED

The slug of the project to delete the DIF.

Query Parameters:

id (string)
REQUIRED

The ID of the DIF to delete.

Scopes

<auth_token> requires one of the following scopes:
  • project:write
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/files/dsyms/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Success.