v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Custom Fields

Delete custom field

Permanently deletes a custom field from a video (by id query). Irreversible.

delete/videos/{video_id}

Path parameters

video_idstring uuid required

Unique identifier for the video

Query parameters

custom_fields'true' required

Set to 'true' to delete a custom field

idstring uuid required

Custom field ID to delete

Response

Custom field deleted successfully

messagestring

Example response

{
  "message": "Custom field deleted successfully"
}