Delete Photo Produk Bumdes

You can delete data that has been stored in database by sending a DELETE request to remove a document using the unique ID

Method : DELETE

URL : /bumdes/produk/(ID)/photo/(ID)

Response : 201 OK

{
"status": 201,
"message": "success delete photo bumdes produk"
}

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error