POST /psr-details/v1/{mpid}/delete
Submits a request to remove PSR details from one MPAN.
Request
Method and path:
POST /psr-details/v1/{mpid}/delete
Headers:
X-API-KEY(required): string, API key in UUID format.
Path parameters:
mpid(required): string supplier MPID.
Body schema:
PSRDetailsRemoveRequestSchema
{
"mpan_core": 1234567890123,
"lawful_basis_for_sharing": true
}
Response
Success:
202 Accepted- Body type:
SupplierProcessResponseSchema
If the MPAN is not found for the supplier:
404 Not Found
Field-level constraints: