Delete an Access Key
DELETE/v1/providers/:provider_id/orgs/:org_id/key
Deletes an access key for a user. The access key will be invalidated and can't be used for further requests.
Request
Path Parameters
provider_id stringrequired
Provider ID
org_id stringrequired
Organization ID
- application/json
Body
required
id stringrequired
Access key ID
user_id stringrequired
ID of the user for whom the access key is being deleted
user_role OrgMembership (string)
Possible values: [Admin
, Member
]
Role assigned to the user in the organization
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...