delete-operation-response-codes
Synchronous
Synchronous delete operations should use the ArmResourceDeleteSync
template. They must have 200, 204, default and no other responses.
❌ Incorrect
✅ Correct
Asynchronous
Long-running (LRO) delete operations should use the ArmResourceDeleteWithoutOkAsync
template. They must have 202, 204, default, and no other responses.