Skip to content

Commit b31bb05

Browse files
Ben GrayJohnVillalovos
authored andcommitted
docs: fix API delete key example
1 parent 4eb8ec8 commit b31bb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gl_objects/deploy_keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Enable a deploy key for a project::
6767

6868
Disable a deploy key for a project::
6969

70-
project_key.delete()
70+
project.keys.delete(key_id)

0 commit comments

Comments
 (0)