---
title: "Cancel a PENDING personal activity (soft transition, returns the cancelled row)"
method: DELETE
path: "/v1/users/me/activities/{id}"
tags: ["Users Me Activities"]
---

# Cancel a PENDING personal activity (soft transition, returns the cancelled row)

`DELETE /v1/users/me/activities/{id}`

## Path parameters

- `id` string, required

## Response `200`

- UserActivitySelfDto
  - `id` string, uuid, required
  - `vxpAwardId` string, uuid, required
  - `scope` 'PERSONAL' | 'BUSINESS', required
  - `status` 'PENDING' | 'APPROVED' | 'AUTO_APPROVED' | 'REJECTED' | 'CANCELLED', required
  - `source` 'MANUAL' | 'GITHUB_BOT', required
  - `title` string, required
  - `description` string, nullable, required
  - `evidenceUrl` string, nullable, required
  - `baseVxp` integer, required
  - `awardedVxp` integer, nullable, required
  - `activityDate` string, date-time, required
  - `reviewerNotes` string, nullable, required
  - `decisionReason` string, nullable, required
  - `reviewedAt` string, date-time, nullable, required
  - `clientName` string, nullable, required
  - `clientUrl` string, nullable, required
  - `projectDescription` string, nullable, required
  - `createdAt` string, date-time, required
  - `submittedById` string, uuid, required
  - `loggedById` string, uuid, nullable, required
  - `loggedByName` string, nullable, required

## Other responses

- `400` — Validation failed
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

## Changes

- **2026-09-04** `0747ce439f89` — 3 info
  - added the required property `loggedById` to the response with the `200` status
  - added the required property `loggedByName` to the response with the `200` status
  - added the required property `submittedById` to the response with the `200` status

[Change history](https://skmtc.dev/vendure/apis/vendure-io-api-public/changes/v1/users/me/activities/:id/delete.md)

---

[API](https://skmtc.dev/vendure/apis/vendure-io-api-public.md) · [All operations](https://skmtc.dev/vendure/apis/vendure-io-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vendure/vendure-io-api-public/revisions/0747ce439f89/schema)
