Archive a playbook

View as Markdown
Archive an existing playbook. Archived playbooks are hidden from active listings but retain their associated history.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:)>.

OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Response

Successful response
archived_atdatetime or null
archived_by_idstring or null
created_atdatetime
created_by_idstring
custom_field_idslist of strings
descriptionstring or null
idstring
namestring
organization_idstring
outcome_idslist of strings
summary_guidancestring or null
updated_atdatetime
updated_by_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error