Commit 84ad3b0d authored by bradburyr's avatar bradburyr
Browse files

Removed HTTP 409 (Conflict) response code from destroy (DELETE) operation...

Removed HTTP 409 (Conflict) response code from destroy (DELETE) operation since this resource is never referenced by any other in the Maf_Provisioning API.
parent 73096c37
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -206,8 +206,6 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/400'
        '404': # Not Found
          $ref: 'TS29571_CommonData.yaml#/components/responses/404'
        '409': # Conflict: Resource still referenced by another
          $ref: 'TS29571_CommonData.yaml#/components/responses/409'
        '410': # Gone: Resource no longer exists
          $ref: 'TS29571_CommonData.yaml#/components/responses/410'
        '413': # Payload Too Large: No request body allowed for this operation