Changes to Delete a contact

DELETE /contacts/{contactId}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 9 revisions of this API.23

  1. 8ccfb9a461e223

What changed

  • 8ccfb9a461e223See the full diff
    • ▲

      added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter contactId

      request-parameter-pattern-added

    • ▲

      removed the media type application/json for the response with the status

      response-media-type-removed

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      the response property became required for the status

      response-property-became-required

    • ○

      the response's property pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ was added for the status

      response-property-pattern-added