DELETE api/BlockedUsers?userId={userId}

Deletes a blocked user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

ID of the blocked user to delete.

string

Required

Body Parameters

None.

Response Information

Resource Description

None.

Status Codes

All HTTP status codes must be expected, but the following status codes are the most probable:

  • NoContent (204) - The blocked user is successfully deleted.
  • NotFound (404) - The blocked user with the specified ID is not found.