Delete API keyAsk AIdelete https://api.sandbox.rainforestpay.com/v1/api_keys/{api_key_id}Delete an API key, permanently invalidating it.Path Paramsapi_key_idstringrequiredThe unique API key identifier. Prefix is "api" in production and "sbx_api" in sandbox.HeadersRainforest-Api-VersionstringenumDefaults to 2024-10-162024-10-162023-12-01Allowed:2024-10-162023-12-01Responses 204OK 400Bad request, check for validation errors. 401Authorization missing or invalid. 403Authorization insufficient for requested action. 404Resource not found. 5XXUnexpected error.Updated 7 months ago