Skip to content

Commit 7adab7a

Browse files
author
Ben Gray
committed
docs: fix API delete key example
1 parent 4eb8ec8 commit 7adab7a

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)