ReferenceDocumentsDocumentidSection generationsSectionid

    Cancel section generation

    Cancel section generation - DELETE /documents/{documentId}/section-generations/{sectionId}. DocDealer REST API reference.

    DELETE
    /documents/{documentId}/section-generations/{sectionId}

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Path Parameters

    documentId*string
    sectionId*string

    Response Body

    application/json

    application/json

    application/json

    application/json

    curl -X DELETE "https://example.com/documents/string/section-generations/string"
    {  "cancelled": true,  "success": true}