Skip to main content

Purge a trash object

DELETE 

/trash_objects/trash_object

Purge a specific trash object

Scopes

  • trash_objects:purge

OAuth2 Scopes

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

Request

Body

    trash_object

    object

    required

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

    id string
    object_id string

Responses

Purge a specific trash object

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...