---
title: "Delete Faceswap Results"
method: POST
path: "/api/open/v3/faceswap/result/delbyids"
tags: ["Face Swap"]
---

# Delete Faceswap Results

`POST /api/open/v3/faceswap/result/delbyids`

Delete faceswap results by IDs

## Request body

- object
  - `_ids` string, required — Result IDs are strings separated by commas

## Response `200`

Results deleted successfully

- ApiResponse
  - `code` integer, required — Interface returns business status code (1000: success)
  - `msg` string, required — Interface returns status information

---

[API](https://skmtc.dev/akool/apis/face-detection-api.md) · [All operations](https://skmtc.dev/akool/apis/face-detection-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akool/face-detection-api/revisions/ce2ff5679949/schema)
