Documentation

Cards

Delete card

ProductionStagingUAT
DELETEhttps://ankiren.com/api/cards/{id}

Parameters

Path Parameters

  • idstringpathRequired

Responses

200 · Card deleted

Không có body.

Sample Code

Đổi ngôn ngữ ở ô Language trên thanh Documentation.

cURL
curl -X DELETE 'https://ankiren.com/api/cards/{id}' \
  -H 'Authorization: Bearer <token>' \
  -H 'Accept: application/json'