Skip to main content

Purge all trash objects

POST 

/organizations/organization/trash_objects/purge_all

Purge all trash objects for an organization

Scopes

  • trash_objects:purge

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    organization

    object

    required

    All 'organization[]' params are mutually exclusive, only one can be provided.

    id string
    sub_domain string

Responses

Purge all trash objects for an organization

Schema

    task

    object

    required

    id string
    name string
    status TaskStatusEnum (string)

    Possible values: [pending, running, completed, failed]

    created_at integer
    started_at integernullable
    finished_at integernullable
    progress integer
Loading...