---
title: SubscriptionRevokeResponse
framework: advancedcommerceapi
role: symbol
role_heading: Object
path: advancedcommerceapi/subscriptionrevokeresponse
---

# SubscriptionRevokeResponse

The response body for a successful revoke-subscription request.

## Declaration

```data
object SubscriptionRevokeResponse
```

## Properties

signedRenewalInfo: Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format. signedTransactionInfo: Transaction information signed by the App Store, in JWS Compact Serialization format.

## Discussion

Discussion This is the response body for the Revoke Subscription endpoint.

## See Also

### Subscription revocation from the server

- [Revoke Subscription](advancedcommerceapi/revoke-subscription.md)
- [SubscriptionRevokeRequest](advancedcommerceapi/subscriptionrevokerequest.md)
