LogoFreestyle
API Reference/Git

Delete a Git identity

Delete a Git identity. This will revoke all permissions granted to this identity.

DELETE/git/v1/identity/{identity}

Path Parameters

identityRequiredstring
Format: "uuid"

Response Body

200

Identity deleted

responseRequiredobject

400

Invalid request

messageRequiredstring

403

Forbidden

messageRequiredstring

404

Identity not found

messageRequiredstring

500

Internal server error

messageRequiredstring
curl -X DELETE "https://api.freestyle.sh/git/v1/identity/497f6eca-6276-4993-bfeb-53cbbbba6f08"

Identity deleted

{}