Documentation

Scenes

Delete scene

ProductionStagingUAT
DELETEhttps://ankiren.com/api/admin/scenes/{id}

Parameters

Path Parameters

  • idintegerpathRequired

Responses

200 · Scene deleted

  • successboolean
application/json
{
  "success": true
}

Sample Code

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

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