Class DeleteStatusResponse

DeleteStatusResponse class

Represents the status of an object deletion.

public class DeleteStatusResponse : BaseResponse, IEntityId

Constructors

NameDescription
DeleteStatusResponse()The default constructor.

Properties

NameDescription
Deleted { get; set; }Gets or sets the value that indicates whether the thread was successfully deleted.
Detail { get; set; }Gets or sets the response detail.
Error { get; set; }Gets or sets the HTTP response error.
ErrorMessage { get; }Gets or sets the error information.
HttpResponseHeaders { get; set; }Gets or sets the HTTP response headers.
HttpStatusCode { get; set; }Gets or sets the HTTP status code.
Id { get; set; }Gets or sets the ID of the deleted object.
IsSuccessful { get; }Indicates if the response was successful.
Object { get; set; }Gets or sets the object type, which is always “thread.deleted”.
ReasonPhrase { get; }Gets the error reason phrase.

See Also