Delete an access keyCopy Pagedelete https://{hostname}/cam/v1/access-keys/{accessKeyUid}Deletes a specific access key.Path ParamsaccessKeyUidintegerrequiredThe unique identifier Akamai assigns to an access key.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Responses 204The access key is deleted. No response data is returned. 400Bad request. The access key with accessKeyUid contains versions and can't be deleted. 404Not found. An access key with the provided accessKeyUid doesn't exist.Updated 2 months ago