DeleteResultSuccessResultResponse
Wraps a successful API response with the result payload.
correlationIduuid
A unique ID of the request
Example:
fb0ccbbc-62bc-447f-a47e-02b490e25690isSuccessboolean
Indicates whether the request was successful. Always true for success responses.
Example:
trueresult object
iduuid
Unique identifier of the deleted entity
DeleteResultSuccessResultResponse
{
"correlationId": "fb0ccbbc-62bc-447f-a47e-02b490e25690",
"isSuccess": true,
"result": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}