Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 374 Bytes

delete204-response.md

File metadata and controls

29 lines (15 loc) · 374 Bytes

Delete204Response

Category

Data Plane Warning

Applies to

Data Plane OpenAPI specs

Output Message

A delete operation should have a 204 response.

Description

A delete operation should have a 204 response.

CreatedAt

June 18, 2022

LastModifiedAt

June 18, 2022

How to fix the violation

Change the delete operation to return a 204 response.