Skip to main content
DELETE
/
cost-of-energy
/
v1
/
profiles
/
{profile_id}
Delete a profile
curl --request DELETE \
  --url https://api.engrate.io/cost-of-energy/v1/profiles/{profile_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

profile_id
string<uuid>
required

Response

Successful Response