Skip to content

destroyHarborPartnerApiKey

Destroy an API key for a Harbor Partner

Arguments

input · destroyHarborPartnerApiKeyInput · Parameters for destroyHarborPartnerApiKey

Returns

destroyHarborPartnerApiKeyPayload

Example

mutation destroyHarborPartnerApiKey($input: destroyHarborPartnerApiKeyInput) {
destroyHarborPartnerApiKey(input: $input) {
messages
success_string
}
}