Skip to main content
DELETE
/
api
/
v1
/
provider_builds
/
{id}
Delete
curl --request DELETE \
  --url https://api.example.com/api/v1/provider_builds/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string<uuid>
required

Response

Successful Response