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
Example response
{
"message": "Custom field deleted successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.