Docs

Delete Folder Association

DELETE /drives/{eventId}/folders/{folderId}/associations/{associationId}

DELETE/drives/{eventId}/folders/{folderId}/associations/{associationId}

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.

Removes an association from a folder, revoking the entity's access to the folder.

Path Parameters

FieldTypeRequiredDescription
driveIdGuidRequiredThe event ID.
folderIdGuidRequiredThe folder ID.
associationIdGuidRequiredThe association ID to remove.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404Folder or association not found.