Delete an eGift by IDdelete https://example.com/programs/{programCode}/account/{accountIdentifier}/egifts/{egiftId}Delete a specific eGift for the given account and program.Path ParamsprogramCodestringrequiredThe program code associated with the account.accountIdentifierstringrequiredThe unique identifier for the account whose eGift is being deleted.egiftIdstringrequiredThe unique identifier of the eGift to delete.HeadersX-GD-RequestIdstringrequiredThe unique request ID for tracking and logging.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago