Soft Delete Report Instance

Soft-delete a report instance by setting its deleted_at timestamp.

    This operation marks the report instance as deleted without actually removing it from the database.
    Soft-deleted report instances are excluded from list views by default but can be included
    using the include_deleted query parameter.
    
Language
Credentials
URL
Click Try It! to start a request and see the response here!