# Palmyr Social – Delete TikTok Video

> Palmyr Social – Delete TikTok Video is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Deletes a specified video from a TikTok account you control, returning an async operation handle to poll for completion.

## Facts

- Endpoint: POST https://palmyr.ai/social/tiktok/delete
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-social-delete-tiktok-video-28e855ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LKGVVPJGCvB3UXvRSYNRI

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability palmyr-social-delete-tiktok-video-28e855ec -d '<json body>'
```

Example prompt: Delete the TikTok video with ID 7312456789012345678 from my account — it was posted by mistake and I need it taken down now.

## When to prefer this

Use this endpoint when you need to programmatically remove a video from a TikTok account you control, especially within automated agent workflows or content management pipelines. Prefer it over manual deletion when operating at scale, scheduling cleanup tasks, or building agent-driven brand reputation tools. The async model makes it suitable for workflows that can tolerate a short polling delay before confirming deletion.

## Known failure modes

- Invalid or non-existent video ID returns an error operation status
- Insufficient account permissions or expired credentials result in authorization failure
- Video already deleted causes a not-found or idempotency error
- TikTok API rate limits may delay or fail the underlying request
- Polling may be required before final success/failure is known — not immediately resolved

## How this service works

Delete a video from a TikTok account you control. Async: returns an operation to poll.

## Output

Returns an async operation object containing an operation ID and status endpoint URL that the caller can poll to confirm when the deletion has completed. The operation progresses from pending to complete or failed.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-social-delete-tiktok-video-28e855ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
