Skip to main content

Delete a document by ID

DELETE 

/api/v1/project/:projectIdentifier/docs/:id

Delete a document by ID

Request

Path Parameters

    projectIdentifier stringrequired

    Project identifier (ID or name)

    id numberrequired

    Unique identifier of the documentation

    Example: 1

Responses

Loading...