Bulk
A request to delete one or more diamond assets.
The request was processed successfully. The result of each deletion is determined by looking at individual deletion status for each diamond asset.
A response from the /bulk/diamond-asset/delete endpoint containing the status of each deleted diamond.
Unauthorized: The request has not been applied because it lacks valid authentication credentials for the target resource.
Forbidden: The application does not have sufficient permissions for this operation.
The request was unable to be processed due to one of the diamond assets in the request (or the asset's related diamond) being updated by another process.
Unprocessable Entity, request JSON body is not as per specification
Internal Server Error. If this error persists please contact the Platform Admin team.
A list of diamonds to mark as archived.
Successful Response
Aggregated results of marking diamonds as archived.
Unauthorized: The request has not been applied because it lacks valid authentication credentials for the target resource.
Forbidden: The application does not have sufficient permissions for this operation.
Unprocessable Entity, request JSON body is not as per specification
Internal Server Error. If this error persists please contact the Platform Admin team.
If true, no diamonds will be deleted. The API will return the response as if it did.
falseSuccessful Response
Unauthorized: The request has not been applied because it lacks valid authentication credentials for the target resource.
Forbidden: The application does not have sufficient permissions for this operation.
Unprocessable Entity, request JSON body is not as per specification
Internal Server Error. If this error persists please contact the Platform Admin team.
A list of diamonds to un-archive.
Successful Response
Aggregated results of un-archiving diamonds.
Unauthorized: The request has not been applied because it lacks valid authentication credentials for the target resource.
Forbidden: The application does not have sufficient permissions for this operation.
Unprocessable Entity, request JSON body is not as per specification
Internal Server Error. If this error persists please contact the Platform Admin team.
Represents a request to unlock one or more locked diamonds.
Successful Response
Represents the response to an UnlockRequest.
Unauthorized: The request has not been applied because it lacks valid authentication credentials for the target resource.
Forbidden: The application does not have sufficient permissions for this operation.
Returned if the request body is malformed or does not contain any diamonds
Internal Server Error. If this error persists please contact the Platform Admin team.
Last updated