---
title: "Bulk delete sentinel activities"
method: POST
path: "/api/sentinel-activities/delete"
tags: ["Sentinel activities"]
---

# Bulk delete sentinel activities

`POST /api/sentinel-activities/delete`

Remove sentinel activity reports based on the provided target value(identifier).Use this endpoint to unblock users who may be locked out due to too many failed authentication attempts.

## Request body

- object
  - `targetType` 'User' | 'App', required
  - `targets` string[], required

## Response `204`

Activities deleted successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/a163dc77d842/schema)
