Skip to main content
DELETE
/
api
/
favorites
/
folders
/
{folder_id}
Delete a folder
curl --request DELETE \
  --url https://api.morphic.io/api/favorites/folders/{folder_id} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key (sk_xxx) from Developer Settings. No X-Account-ID needed.

Headers

x-account-id
string | null

Path Parameters

folder_id
string<uuid>
required

Response

Successful Response