Delete a Replay Instance

DELETE /api/0/projects/{organization_slug}/{project_id_or_slug}/replays/{replay_id}/

Delete a replay

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the resource belongs to.

project_id_or_slug (string)
REQUIRED

The id or slug of the project the resource belongs to.

replay_id (string)
REQUIRED

The ID of the replay you'd like to retrieve.

Scopes

<auth_token> requires one of the following scopes:
  • project:admin
  • project:read
  • project:write
curl https://sentry.io/api/0/projects/{organization_slug}/{project_id_or_slug}/replays/{replay_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
No Content.