DELETE /gammas/{gammaId}
Delete a Gamma document. Requires a workspace admin role on the API key's workspace.
Authorizations
X-API-KEYstringRequired
API key for authentication
Path parameters
gammaIdstringRequiredExample:
The unique ID of the Gamma to delete
gamma_abc123Responses
200
Gamma deleted successfully
application/json
statusstring · enumRequiredPossible values:
Status of the deletion request. Always deleted on success.
gammaIdstringRequiredExample:
The ID of the deleted Gamma
gamma_abc123messagestringRequired
Customer-facing message confirming the Gamma has been deleted.
400
Invalid request parameters
401
Invalid or missing API key
403
Access denied - workspace admin role required
delete
/v1.0/gammas/{gammaId}Related
Last updated
Was this helpful?