Docs

Delete File Format

DELETE /drives/{eventId}/files/{fileId}/versions/{versionId}/formats/{formatId}

DELETE/drives/{eventId}/files/{fileId}/versions/{versionId}/formats/{formatId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Permanently deletes a specific format (file representation) from a version. The corresponding blob is deleted from Azure Blob Storage. This action cannot be undone.

Path Parameters

FieldTypeRequiredDescription
driveIdGuidRequiredThe event ID.
fileIdGuidRequiredThe file ID.
versionIdGuidRequiredThe version ID.
formatIdGuidRequiredThe format ID to delete.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404File, version, or format not found.