Skip to main content
DELETE
/
v1
/
sources
/
{source_uuid}
Delete Source
curl --request DELETE \
  --url https://api.example.com/v1/sources/{source_uuid}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

source_uuid
string<uuid>
required

Response

Successful Response