Delete the Project

    POSThttps://picnie.com/api/v1/delete-project
    This API will allow you to delete the project with all the assets or clean the project

    Headers

    NameTypeDescription
    Authorization*
    string

    Provide the API key here

    Example:YOUR_API_KEY

    Body Parameters

    NameTypeDescription
    project_id*
    number

    Project ID to delete

    Example:32

    delete_type*
    number

    1 — delete all assets and the project, 2 — delete assets only, keep the empty project

    Example:1