Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.openworklabs.com/v1/config-objects/{configObjectId}/delete
{ "ok": true, "item": { "id": "<string>", "organizationId": "<string>", "title": "<string>", "description": "<string>", "searchText": "<string>", "currentFileName": "<string>", "currentFileExtension": "<string>", "currentRelativePath": "<string>", "createdByOrgMembershipId": "<string>", "connectorInstanceId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "latestVersion": { "id": "<string>", "configObjectId": "<string>", "schemaVersion": "<string>", "normalizedPayloadJson": {}, "rawSourceText": "<string>", "createdByOrgMembershipId": "<string>", "connectorSyncEventId": "<string>", "sourceRevisionRef": "<string>", "isDeletedVersion": true, "createdAt": "2023-11-07T05:31:56Z" } } }
delete a config object without removing its history.
Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
30
^cob_.*
Config object lifecycle updated successfully.
Show child attributes
Was this page helpful?