Cancel of media registration¶
This API cancel the process of media creation.
When you run the API, all data, such as tile data that has been generated during the creation process of the target media will be deleted.
POST /api/1/videos/{media_id}/cancel
Parametres¶
- output_type
- Response type
- x: Output in XML format
- blank: Output in JSON format
- Response type
Response¶
status
- Result of processsuccess: successother: failure
Request Example¶
POST
https://example.com/api/1/videos/249/cancel
Response Example - JSON¶
{
"status": "success"
}
Response Example - XML¶
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>success</status>
</response>