pairedKeyId in the body to revoke both halves of a pair together; the two keys must be of opposite types (one public, one secret) and share the same base name. The legacy publicKeyId body field is accepted as an alias.Authorization: Bearer <Supabase JWT> obtained from POST /v1/auth/verify-otp. Partner sk_*/pk_* keys are not accepted.curl --location --request DELETE '/v1/api-keys/' \
--header 'Content-Type: application/json' \
--data '{
"pairedKeyId": "00000000-0000-0000-0000-000000000000"
}'{
"error": {
"code": "string",
"message": "string",
"status": 0
}
}