curl https://production.methodfi.com/teams/mle/public_keys/team_jwk_12345 \ -X DELETE \ -H "Authorization: Bearer sk_your_token"
{ "success": true, "data": { "id": "team_jwk_12345", "type": "direct", "jwk": { "kid": "team_123", "kty": "RSA", "alg": "RSA-OAEP-256", "use": "enc", "n": "s3C9N7Vz...J7c", "e": "AQAB" }, "well_known_endpoint": null, "status": "disabled", "contact": "security@yourcompany.com", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:30:00Z" }, "message": null }
disabled