|
40963 | 40963 | "name": "instant_keys", |
40964 | 40964 | "namespacePath": null, |
40965 | 40965 | "endpoints": [ |
| 40966 | + { |
| 40967 | + "title": "Delete an Instant Key", |
| 40968 | + "name": "delete", |
| 40969 | + "path": "/instant_keys/delete", |
| 40970 | + "parentPath": "/instant_keys", |
| 40971 | + "description": "Deletes a specified [Instant Key](../capability-guides/instant-keys/README.md).", |
| 40972 | + "isDeprecated": false, |
| 40973 | + "deprecationMessage": "", |
| 40974 | + "isUndocumented": false, |
| 40975 | + "undocumentedMessage": "", |
| 40976 | + "isDraft": false, |
| 40977 | + "draftMessage": "", |
| 40978 | + "response": { |
| 40979 | + "responseType": "void", |
| 40980 | + "description": "OK" |
| 40981 | + }, |
| 40982 | + "request": { |
| 40983 | + "methods": [ |
| 40984 | + "DELETE", |
| 40985 | + "POST" |
| 40986 | + ], |
| 40987 | + "semanticMethod": "DELETE", |
| 40988 | + "preferredMethod": "POST", |
| 40989 | + "parameters": [ |
| 40990 | + { |
| 40991 | + "name": "instant_key_id", |
| 40992 | + "description": "ID of the Instant Key that you want to delete.", |
| 40993 | + "isRequired": true, |
| 40994 | + "isDeprecated": false, |
| 40995 | + "deprecationMessage": "", |
| 40996 | + "isUndocumented": false, |
| 40997 | + "undocumentedMessage": "", |
| 40998 | + "isDraft": false, |
| 40999 | + "draftMessage": "", |
| 41000 | + "hasDefault": false, |
| 41001 | + "format": "id", |
| 41002 | + "jsonType": "string" |
| 41003 | + } |
| 41004 | + ] |
| 41005 | + }, |
| 41006 | + "hasPagination": false, |
| 41007 | + "authMethods": [ |
| 41008 | + "api_key", |
| 41009 | + "personal_access_token" |
| 41010 | + ], |
| 41011 | + "workspaceScope": "required", |
| 41012 | + "codeSamples": [] |
| 41013 | + }, |
40966 | 41014 | { |
40967 | 41015 | "title": "Get an Instant Key", |
40968 | 41016 | "name": "get", |
|
0 commit comments