Skip to main content
POST
/
v2
/
LegalBasisDelete
Delete legal basis
curl --request POST \
  --url http://localhost:3000/v2/LegalBasisDelete \
  --header 'Content-Type: application/json' \
  --header 'X-Bunker-Token: <api-key>' \
  --data '
{
  "brief": "<string>",
  "request_metadata": {}
}
'
{
  "status": "ok"
}

Authorizations

X-Bunker-Token
string
header
required

API token for authentication

Body

application/json
brief
string
required

Unique identifier for the legal basis

request_metadata
object

Additional metadata for the request

Response

200 - application/json

Legal basis deleted successfully

status
string
Example:

"ok"