Projection
DELETE/Projection
This API can delete a field-item-excluding policy projection.
1. Endpoint
DELETE/projection
2. Authentication
Include the API key in the x-api-key
header:
x-api-key
3. Request Body
The request body must be in JSON format. Below are the field descriptions:
The unique ID of a projection
4. Request Example
DELETE/Projection
5. Response
5-1. Success Response
5-2. Error Codes
Status Code | Error Message | Description |
---|---|---|
404 | Projection not found | Delete projection id not found. |
405 | Method not allowed for /projections/projectionId path | HTTP requests (PUT, DELETE, etc.) are not GET or POST. |
500 | Internal server error | When the server encounters an unexpected exception error |