Delete a domain object mapping
DELETE/v1/admin/mapping/:type/:arkId
Required role: ADMIN
Logically deletes the platform record and its external-system mapping
for the specified domain object. Supported types: CUSTOMER,
ACCOUNT, CARD.
Note: This endpoint is planned but not yet implemented.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The requested domain object mapping was logically deleted successfully.
Schema validation failed (GEN000000)
Invalid API key (GEN001004) or Tenant context could not be resolved (AUT001001)
Access forbidden — bearer token supplied to an api-key route (GEN022000)
Domain object mapping not found (ADM100008)
Internal server error (GEN100000) or Service error (GEN100001)