Revoke an access token for an identity
Revoke an access token for an identity. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.
Path Parameters
uuidRequest Body
application/json
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.freestyle.sh/git/v1/identity/497f6eca-6276-4993-bfeb-53cbbbba6f08/tokens" \ -H "Content-Type: application/json" \ -d '{ "tokenId": "07dfef4c-e677-4ce6-87a3-cd348338445f" }'{}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}List repository permissions for an identity
List repository permissions for an identity. This will return a list of repositories that the identity has access to. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.
Revoke permissions from an identity
Revoke a permission to an identity on a repository. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.