curl --location --request DELETE '/v1/agreements/9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d' \
--header 'X-API-KEY: <api-key>'{
"data": {
"id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"title": {
"en": "Merchant Agreement"
},
"description": {
"en": "Terms governing the merchant relationship"
},
"link": {
"en": "https://amili.no/legal/merchant-agreement"
},
"deactivate": true,
"status": "inactive",
"created_at": "2026-01-12T08:37:02.000Z",
"updated_at": "2026-01-12T08:37:02.000Z"
}
}