Skip to main content

Delete a library

DELETE 

https://api.cloud.codenow.com/libraries/:libraryId

The operation allows you to remove a specific library from the system permanently.

Request

Path Parameters

    libraryId stringrequired

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

Library was deleted.

Schema

    status stringrequired

    Possible values: non-empty

curl -L -X DELETE 'https://api.cloud.codenow.com/libraries/:libraryId' \
-H 'Accept: application/vnd.codenow.v1+json'
Request Collapse all
Base URL
https://api.cloud.codenow.com
Parameters
— pathrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!