Skip to main content
DELETE
/
buyers
/
{profile_id}
Deactivate a buyer profile
curl --request DELETE \
  --url http://localhost:8000/buyers/{profile_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Path Parameters

profile_id
string<uuid>
required

Cookies

factio_access_token
string | null

Response

Successful Response