Delete a server response
Deletes a mock server's server response.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
mockId
The mock's ID.
serverResponseId
The server response's ID.
Response
Successful Response
id
The server response's ID.
name
The server response's name.
statusCode
The server response's 5xx HTTP response code.
headers
The server response’s request headers, such as Content-Type, Accept, encoding, and other information.
language
The server response's body language type.
body
The server response's body that returns when calling the mock server.
createdBy
The user ID of the user who created the server response.
updatedBy
The user ID of the user who last updated the server response.
createdAt
The date and time at which the server response was created.
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error