Skip to main content
DELETE
/
api
/
libraries
/
{library_id}
Delete library
curl --request DELETE \
  --url https://api.example.com/api/libraries/{library_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

library_id
string
required

Response

Successful Response