Type Alias DeleteOrganizationApiKeyData

DeleteOrganizationApiKeyData: {
    apiKeyId: string;
    trOrganization: string;
}

Type declaration

  • apiKeyId: string

    The id of the api key to delete

  • trOrganization: string

    The organization id to use for the request.